0.3 Released
0.3 is available. The major change is that we are now using DataMgr for CRUD operations. This not only dramatically reduce the amount of code required, but also make much easier to port the application to different RDMS. Right now we support only MySQL 5+ and MS SQL Server 2003 and above. It would be nice to add PostgreSQL, Oracle and maybe even Derby. Any help on this is really welcome. All we need is to create the database schema and the relevant DDL SQL script to generate it. The MySQL schema.sql could be a good starting point for anybody willing to give this a try.
